-
-
Notifications
You must be signed in to change notification settings - Fork 806
chore: address commit comments (#5894) #5978
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: JaySoni1 <[email protected]>
Hello! Thank you for your contribution to stdlib. We noticed that the contributing guidelines acknowledgment is missing from your pull request. Here's what you need to do:
This acknowledgment confirms that you've read the guidelines, which include:
We can't review or accept contributions without this acknowledgment. Thank you for your understanding and cooperation. We look forward to reviewing your contribution! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👋 Hi there! 👋
And thank you for opening your first pull request! We will review it shortly. 🏃 💨
Coverage Report
The above coverage report was generated for the changes in this PR. |
@Planeshifter , @kgryte please review |
Signed-off-by: Athan <[email protected]>
This commit disables a lint rule due to a false positive arising from `ComplexArray`. This is a defined type currently in our JSDoc type definitions. Signed-off-by: Athan <[email protected]>
Signed-off-by: Athan <[email protected]>
/stdlib merge |
Description
This PR addresses the feedback provided on commit
c31eccd
, specifically the review comment regarding the JSDoc typedef forComplexArray
.Changes Made
ComplexArray
as a defined JSDoc type, per the suggestion.Files Updated
stdlib/lib/node_modules/@stdlib/array/filled/lib/main.js
Context
The review comment referenced:
✅ Verified that
ComplexArray
is properly defined intypedefs/arrays.js
, and the JSDoc usage is now consistent with project standards.Related Issue
Closes #5894
Checklist
develop